home *** CD-ROM | disk | FTP | other *** search
- object BPlusOptionsForm: TBPlusOptionsForm
- Left = 330
- Top = 295
- BorderStyle = bsDialog
- Caption = 'B+ Options'
- ClientHeight = 94
- ClientWidth = 587
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object EnabledBox: TRadioGroup
- Left = 10
- Top = 5
- Width = 228
- Height = 80
- Caption = 'B+ Protocol'
- Items.Strings = (
- '&Disabled'
- '&Enabled')
- TabOrder = 0
- end
- object OkBtn: TBitBtn
- Left = 256
- Top = 34
- Width = 85
- Height = 27
- TabOrder = 1
- OnClick = OkBtnClick
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 374
- Top = 34
- Width = 85
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- end
- object HelpBtn: TBitBtn
- Left = 492
- Top = 34
- Width = 85
- Height = 27
- Enabled = False
- TabOrder = 3
- Kind = bkHelp
- end
- end
-